home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
apps
/
math
/
ols.zoo
/
stdlib.rep
< prev
next >
Wrap
Text File
|
1993-04-15
|
237b
|
13 lines
extern double atof(const char *);
extern void free (void *);
extern void *malloc (unsigned int);
extern void *realloc(void *, unsigned int);
extern void exit(int);
extern int system(const char *);
extern int abs(int);